Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenAPI generation: null params should be flagged with nullable #147

Merged
merged 2 commits into from
Jun 28, 2024

Conversation

andrii-balitskyi
Copy link
Contributor

@andrii-balitskyi andrii-balitskyi commented Jun 28, 2024

OpenAPI 3.0 does not have an explicit null type as in JSON Schema. This PR replaces it with nullable: true which is supported.

@andrii-balitskyi andrii-balitskyi merged commit b038e18 into main Jun 28, 2024
2 checks passed
@andrii-balitskyi andrii-balitskyi deleted the nullable-flag branch June 28, 2024 11:23
github-actions bot pushed a commit that referenced this pull request Jun 28, 2024
## [2.14.3](v2.14.2...v2.14.3) (2024-06-28)

### Bug Fixes

* OpenAPI generation: `null` params should be flagged with `nullable` ([#147](#147)) ([b038e18](b038e18))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants